home *** CD-ROM | disk | FTP | other *** search
- WADLIST WAD file directory lister
-
- The archive should contain 2-3 files:
- wadlist.exe - the executable file
- wadlist.doc - this file
- file_id.diz - BBS description (optional)
-
-
- WADLIST will list all or some of the directory entries of a DOOM wad file.
- WADLIST works with IWAD (main WAD file) or PWAD (those created with editors
- such as DEU) file types. Command line syntax is very simple:
-
- WADLIST <wadfile> [match] [redir]
-
- <wadfile> - name of wad file to list (required)
- [match] - search criteria (optional)
- [redir] - DOS redirection (optional)
-
-
- Here are some examples:
-
- WADLIST doom.wad - list ALL entries in DOOM.WAD
- WADLIST \deu\e1m1.wad - list ALL entries in \DEU\E1M1.WAD
- WADLIST doom.wad e1 - list entries in doom.wad matching E1??????
- this will produce a list of all entries for
- episode 1
-
-
- Output can be redirected to a file or printer in the following manner:
-
- WADLIST e1m1.wad > e1m1.lst - list ALL entries in E1M1.WAD and store them
- in the text file E1M1.LST
- WADLIST doom.wad > prn - list ALL entries in DOOM.WAD and send them to
- the DOS prn utility (LPT1 generally)
-
-
- Output: (sample output)
-
- WAD Opened : \doom\e3m3.wad
- WAD type : PWAD
- DIR position : 128474
- DIR entries : 11
- match criteria : [none]
-
- Entry: Size: dec pos: hex pos:
- -------- -------- -------- --------
- E3M3 0 12 c
- THINGS 3600 12 c
- LINEDEFS 15218 3612 e1c
- SIDEDEFS 43470 18830 498e
- VERTEXES 4092 62300 f35c
- SEGS 19104 66392 358
- SSECTORS 2020 85496 4df8
- NODES 14112 87516 55dc
- SECTORS 5330 101628 8cfc
- REJECT 5254 106958 a1ce
- BLOCKMAP 16262 112212 b654
- \______/ \______/ \______/ \______/
- | | | |
- entry size of position position
- name entry (in dec) (in hex)
- in bytes of entry of entry
-
-
- I hope someone can use this program. I primarily wrote it for a friend that
- needed a directory list of a wad file he was working on. If you can use it,
- use it... If not, delete it. If you do use it and it destroys your wad
- file or anything else don't blame me.
-
- [ice]
-